[INFO] cloning repository https://github.com/IrrelevantGaymer/opentale_blocks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IrrelevantGaymer/opentale_blocks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIrrelevantGaymer%2Fopentale_blocks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIrrelevantGaymer%2Fopentale_blocks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 394d21ed2b74bd94898fc9fe5e7ed929f06ac813
[INFO] fixing IrrelevantGaymer/opentale_blocks against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIrrelevantGaymer%2Fopentale_blocks" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/IrrelevantGaymer/opentale_blocks
[INFO] finished tweaking git repo https://github.com/IrrelevantGaymer/opentale_blocks
[INFO] tweaked toml for git repo https://github.com/IrrelevantGaymer/opentale_blocks written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IrrelevantGaymer/opentale_blocks on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/IrrelevantGaymer/opentale_blocks already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4
[INFO] running `Command { std: "docker" "start" "13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking opentale_blocks v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> src/blocks/const_into.rs:1:3
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> src/blocks/const_into.rs:1:3
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> src/lib.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> src/lib.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]   --> src/lib.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[const_trait]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]   --> src/lib.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[const_trait]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/basic.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl const Buildable for Basic {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/custom.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl const Buildable for Custom {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl const Buildable for FullCustom {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/full.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl const Buildable for Full {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/basic.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl const Buildable for Basic {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl const Buildable for Pillar {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/custom.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl const Buildable for Custom {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:152:34
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl<B, const ROT: RotDir> const Buildable for Rotateable<B, ROT> 
[INFO] [stdout]     |                                  ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl const Buildable for FullCustom {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<B> const Buildable for Reflectable<B> 
[INFO] [stdout]    |               ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/full.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl const Buildable for Full {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl const Buildable for Pillar {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:152:34
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl<B, const ROT: RotDir> const Buildable for Rotateable<B, ROT> 
[INFO] [stdout]     |                                  ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Buildable` which is not `const`
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<B> const Buildable for Reflectable<B> 
[INFO] [stdout]    |               ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:190:8
[INFO] [stdout]     |
[INFO] [stdout] 190 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:190:8
[INFO] [stdout]     |
[INFO] [stdout] 190 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:204:8
[INFO] [stdout]     |
[INFO] [stdout] 204 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:204:8
[INFO] [stdout]     |
[INFO] [stdout] 204 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/full_custom.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl const ConstInto<PathsInternal> for Paths {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/blocks/const_into.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/full.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | impl const ConstInto<PathsInternal> for Paths {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/blocks/const_into.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/pillar.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl const ConstInto<PathsInternal> for Paths {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/blocks/const_into.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/full_custom.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl const ConstInto<PathsInternal> for Paths {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/blocks/const_into.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]  --> src/blocks/const_into.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<T: Sized> const ConstInto<T> for T {
[INFO] [stdout]   |                      ^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]   |
[INFO] [stdout]   = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]   = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]   |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/full.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | impl const ConstInto<PathsInternal> for Paths {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/blocks/const_into.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]    --> src/blocks/block_types/pillar.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl const ConstInto<PathsInternal> for Paths {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/blocks/const_into.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `ConstInto` which is not `const`
[INFO] [stdout]  --> src/blocks/const_into.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<T: Sized> const ConstInto<T> for T {
[INFO] [stdout]   |                      ^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]   |
[INFO] [stdout]   = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]   = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]   |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 154 |     B: const Buildable + BlockType + Sized,
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 154 |     B: const Buildable + BlockType + Sized,
[INFO] [stdout]     |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]    |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]    |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]    |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 |     B: const Buildable + BlockType + Sized
[INFO] [stdout]    |        ^^^^^ can't be applied to `Buildable`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `Buildable` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         textures: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                        ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         textures: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                        ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 |         models: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                      ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 |         models: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                      ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |         textures: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                        ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |         textures: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                        ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |         models: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                      ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/full.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |         models: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                      ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         textures: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                        ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |         textures: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                        ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 |         models: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                      ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 |         models: impl const ConstInto<PathsInternal>
[INFO] [stdout]    |                      ^^^^^ can't be applied to `ConstInto`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `ConstInto` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Basic as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         Basic::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Custom as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Custom::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<FullCustom as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         FullCustom::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Basic as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         Basic::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Custom as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Custom::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<FullCustom as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         FullCustom::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<full::Full as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Full::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Pillar as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Pillar::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<full::Full as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Full::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Pillar as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Pillar::new_with_name(name)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full_custom::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:30:61
[INFO] [stdout]    |
[INFO] [stdout] 30 |         self.texture = FullCustomTexture::Multiple(textures.const_into());
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full_custom::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:30:61
[INFO] [stdout]    |
[INFO] [stdout] 30 |         self.texture = FullCustomTexture::Multiple(textures.const_into());
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full_custom::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |         self.models = models.const_into();
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full_custom::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full_custom.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |         self.models = models.const_into();
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full.rs:28:55
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self.texture = FullTexture::Multiple(textures.const_into());
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full.rs:28:55
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self.texture = FullTexture::Multiple(textures.const_into());
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full.rs:36:30
[INFO] [stdout]    |
[INFO] [stdout] 36 |         self.models = models.const_into();
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<full::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/full.rs:36:30
[INFO] [stdout]    |
[INFO] [stdout] 36 |         self.models = models.const_into();
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<pillar::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         self.texture = PillarTexture::Multiple(textures.const_into());
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<pillar::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         self.texture = PillarTexture::Multiple(textures.const_into());
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<pillar::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |         self.models = models.const_into();
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl const ConstInto<PathsInternal> as ConstInto<pillar::PathsInternal>>::const_into` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/pillar.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |         self.models = models.const_into();
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `const_into` is not const because trait `ConstInto` is not const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub trait ConstInto<T>: Sized {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  3 |     fn const_into(self) -> T;
[INFO] [stdout]    |     ------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `ConstInto` const
[INFO] [stdout]   --> src/blocks/const_into.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub const trait ConstInto<T>: Sized {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::new_with_name` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:159:25
[INFO] [stdout]     |
[INFO] [stdout] 159 |             block_data: B::new_with_name(name)
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]     |     --------------------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::new_with_name` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:159:25
[INFO] [stdout]     |
[INFO] [stdout] 159 |             block_data: B::new_with_name(name)
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]     |     --------------------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_texture_size` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |         B::get_texture_size()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `get_texture_size` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]  10 |     fn get_texture_size() -> usize;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_id_span` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         B::get_id_span() * match ROT {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `get_id_span` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  15 |     fn get_id_span() -> usize { 1usize }
[INFO] [stdout]     |     ------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:173:25
[INFO] [stdout]     |
[INFO] [stdout] 173 |         self.block_data.set_index(idx);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]     |     ------------------------------------ this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_texture_size` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |         B::get_texture_size()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `get_texture_size` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]  10 |     fn get_texture_size() -> usize;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_id_span` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         B::get_id_span() * match ROT {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `get_id_span` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  15 |     fn get_id_span() -> usize { 1usize }
[INFO] [stdout]     |     ------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:173:25
[INFO] [stdout]     |
[INFO] [stdout] 173 |         self.block_data.set_index(idx);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]     |     ------------------------------------ this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:177:25
[INFO] [stdout]     |
[INFO] [stdout] 177 |         self.block_data.set_index(idx);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]     |     ------------------------------------ this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:180:25
[INFO] [stdout]     |
[INFO] [stdout] 180 |         self.block_data.set_id(id);
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]     |     -------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:177:25
[INFO] [stdout]     |
[INFO] [stdout] 177 |         self.block_data.set_index(idx);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]     |     ------------------------------------ this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:180:25
[INFO] [stdout]     |
[INFO] [stdout] 180 |         self.block_data.set_id(id);
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]     |     -------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |         self.block_data.set_id(id);
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]     |     -------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]    --> src/blocks/block_types/rotateable.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |         self.block_data.set_id(id);
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]    --> src/lib.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]     |     -------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]    --> src/lib.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |             block_data: B::new_with_name(name)
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::new_with_name` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |             block_data: B::new_with_name(name)
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `new_with_name` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout]    |     --------------------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_texture_size` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         B::get_texture_size()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `get_texture_size` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout] 10 |     fn get_texture_size() -> usize;
[INFO] [stdout]    |     ------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_texture_size` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         B::get_texture_size()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `get_texture_size` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]  9 |     fn new_with_name(name: &'static str) -> Self;
[INFO] [stdout] 10 |     fn get_texture_size() -> usize;
[INFO] [stdout]    |     ------------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_id_span` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:59:37
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn get_id_span() -> usize { 2 * B::get_id_span() }
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `get_id_span` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn get_id_span() -> usize { 1usize }
[INFO] [stdout]    |     ------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<B as Buildable>::get_id_span` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:59:37
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn get_id_span() -> usize { 2 * B::get_id_span() }
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: associated function `get_id_span` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn get_id_span() -> usize { 1usize }
[INFO] [stdout]    |     ------------------------- this associated function is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |         self.block_data.set_index(idx);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]    |     ------------------------------------ this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |         self.block_data.set_index(idx);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]    |     ------------------------------------ this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |         self.block_data.set_index(idx);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]    |     ------------------------------------ this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:68:25
[INFO] [stdout]    |
[INFO] [stdout] 68 |         self.block_data.set_id(id);
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]    |     -------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_index` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:65:25
[INFO] [stdout]    |
[INFO] [stdout] 65 |         self.block_data.set_index(idx);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_index` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn set_index(&mut self, idx: usize);
[INFO] [stdout]    |     ------------------------------------ this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:68:25
[INFO] [stdout]    |
[INFO] [stdout] 68 |         self.block_data.set_id(id);
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]    |     -------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:72:25
[INFO] [stdout]    |
[INFO] [stdout] 72 |         self.block_data.set_id(id);
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]    |     -------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<B as Buildable>::set_id` in constant functions
[INFO] [stdout]   --> src/blocks/block_types/reflectable.rs:72:25
[INFO] [stdout]    |
[INFO] [stdout] 72 |         self.block_data.set_id(id);
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `set_id` is not const because trait `Buildable` is not const
[INFO] [stdout]   --> src/lib.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Buildable: HasBuildVariants {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn set_id(&mut self, id: usize);
[INFO] [stdout]    |     -------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Buildable` const
[INFO] [stdout]   --> src/lib.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub const trait Buildable: HasBuildVariants {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `opentale_blocks` (lib) due to 51 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `opentale_blocks` (lib test) due to 51 previous errors
[INFO] running `Command { std: "docker" "inspect" "13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4", kill_on_drop: false }`
[INFO] [stdout] 13cc6c6013a13273fb230b3cfdc4599047164517c19293d5f971abbbe57264f4
